The following tables list and describe the parameters specific to the UIS command component types for this remote device:
For more general information about UIS command component parameters, see UIS Command Components. The DG_F_DEV (Get data group from device) and DG_T_DEV (Send data group to device) command component types are configured in the template file. The other command component types are considered ‘special’ and are defined in the EIE editor code. See Special UIS Command Component Types for more information.
|
Update CygNet Point updates the record for a CygNet point. CYUPDTPT has the following command parameters:
|
|
Wait for CygNet Point signals the UIS to wait to perform a command until the value of the specified CygNet point changes to a specified value. CYWAITPT must be the first command component added to a UIS command. You cannot add other instances of CYWAITPT to a UIS command. CYWAITPT has the following command parameters:
|
Get data group from device retrieves a data group from a field device. The Parent XML Element is uccRecvParms. See OPC Data Groups for more information about getting data from the device or the cache.
The following parameters are available for each specified data group type.
| Data Group Type | Parameter | Required | Description |
|---|---|---|---|
|
ReadDevice |
No |
False=from cache; True=from device A one-time read of an item's value data from the CygNet device or the OPC server's cache. Note: The read from the cache is always synchronous. Value options are Boolean. |
|
|
SyncIO |
No |
False=async; True=sync IO Applies only to reads from the device. Value options are Boolean. |
|
|
Cnt |
No |
Card Count defines the number of cards available to the selected "Dynagraph Card" (DynaCard) data group. Value options are integers from 1 to 5. |
|
|
EventId |
No |
Event ID/Index Value options are integers from 0 to 4095/254. |
|
|
ReadDevice |
No |
False=from cache; True=from device A one-time read of an item's value data from the CygNet device or the OPC server's cache. Note: The read from the cache is always synchronous. Value options are Boolean. |
|
|
Rep |
No |
Representation defines where card data comes from and how it is displayed. Value options are the following integers:
|
|
|
SyncIO |
No |
False=async; True=sync IO Applies only to reads from the device. Value options are Boolean. |
|
|
EventCnt |
No |
Event Count Value options are integers from 20 to 100. |
|
|
ReadDevice |
No |
False=from cache; True=from device A one-time read of an item's value data from the CygNet device or the OPC server's cache. Note: The read from the cache is always synchronous. Value options are Boolean. |
|
|
Desc |
No |
Description Value options are strings. |
|
|
FacUdc |
No |
Facility.UDC for Point Processing provides a means to specify a UDC to which to map the specified data point; it requires a corresponding point in the Point Service (PNT). Value options are strings that specify a Facility.UDC combination. |
|
|
ItemId |
Yes |
Item ID is the item identifier as defined on the OPC server. Value options are strings. |
|
|
ReadDevice |
No |
False=from cache; True=from device A one-time read of an item's value data from the CygNet device or the OPC server's cache. Value options are Boolean. |
|
|
SemiColon |
No |
SemiColon is the substitue for a semi-colon character in the Item ID. Value options are strings. |
|
|
SyncIO |
No |
False=async; True=sync IO Value options are Boolean. |
Send data group to device sends a data group to a field device. The parent XML Element is uccSendParms. The following parameters are available for each specified data group type.
| Data Group Type | Parameter | Required | Description |
|---|---|---|---|
|
DataType |
No |
Data type defines the type of data stored at the specified item ID. Value options appear in the Data type drop-down list in the Single Item data group dialog box. |
|
|
Desc |
No |
Description Value options are strings. |
|
|
FacUdc |
No |
Facility.UDC for Point Processing provides a means to specify a UDC to which to map the specified data point; it requires a corresponding point in the Point Service (PNT). Value options are strings that specify a Facility.UDC combination. |
|
|
ItemId |
Yes |
Item ID is the item identifier as defined on the OPC server. Value options are strings. |
|
|
SemiColon |
No |
SemiColon is the substitute for a semi-colon character in the Item ID. Value options are strings. |
|
|
Value |
Yes |
Value defines a value to be sent to the specified item. Value options are floating-point numbers. |